home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 6 / MacMania 6.toast / / Tools&Utilities / TouchMe 1.2□ / touchMe 1.2 Folder / touchMe source codes / CW11 PP source / source / Common Lib / RezPrefix.PPC.r < prev    next >
Encoding:
Text File  |  1997-04-25  |  468 b   |  26 lines  |  [TEXT/CWIE]

  1. // ==================================================
  2. //    RezPrefix.PPC.r
  3. //    Copyright (C) 1997 Mizutori Tetsuya
  4. //    April 16, 1997.
  5. // ==================================================
  6. //    All documents are pretty-printed in 10-point Geneva font.
  7.  
  8. #define SystemSevenOrLater    TRUE
  9.  
  10. // undef for 68K
  11. #ifdef __MC68K__
  12. #undef __MC68K__
  13. #endif
  14.  
  15. // define for PPC
  16. #ifndef __POWERPC__
  17. #define __POWERPC__    1
  18. #endif
  19.  
  20. #ifndef powerc
  21. #define powerc    1
  22. #endif
  23.  
  24. // end of resources
  25.  
  26.